paned: Fix drawing
authorBenjamin Otte <otte@redhat.com>
Sun, 14 Feb 2016 15:10:07 +0000 (16:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 14 Feb 2016 15:10:07 +0000 (16:10 +0100)
commit6edb420e510e5bed5f5d67b1a3b48670fba32287
tree645b4ef226b82ea8df3bf11ad0ec7cb03ce5478c
parent88f0885638674295bb73171e0c852fc78662106a
paned: Fix drawing

Clip children to their window's size. That way no overdraw happens for
these widgets. But don't clip the handle.

We might in the future consider not clipping un-shrinkable children.

https://bugzilla.gnome.org/show_bug.cgi?id=762021
gtk/gtkpaned.c